home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / phpMyAdmin / libraries / footer_custom.inc.php < prev    next >
PHP Script  |  2005-11-24  |  284b  |  12 lines

  1. <?php
  2. /* $Id: footer_custom.inc.php,v 2.2 2005/11/25 08:58:11 nijel Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5. // This file includes all custom footers if they exist.
  6.  
  7. // Include site footer
  8. if (file_exists('./config.footer.inc.php')) {
  9.     require('./config.footer.inc.php');
  10. }
  11. ?>
  12.